home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- go("p_lang")
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseWithin me
- set the ink of sprite the currentSpriteNum to 2
- end
-
- on mouseLeave me
- cursor(-1)
- set the ink of sprite the currentSpriteNum to 36
- end
-
- on mouseDown me
- beep()
- end
-